This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: LS2J security exception ~Tanita Quetfreegenli 1.Sep.03 01:36 PM a Web browser Domino Server 6.0.2 CF1Windows 2000
Hi
For me the stack trace looks like the agent is not allowed to call your method. To make sure try a empty method
public class URLReader{
public boolean on=false;
public void download(String url, String filename){
System.out.println(url+" "+filename);
}
}
Can you try whether this empty method works, so i can determine if the problem is in your Java Code or there is a problem with ls2j.